SQL Server Artifact missing Fix#60
SQL Server Artifact missing Fix#60taylor-j-hawkins wants to merge 2 commits intodocker-archive:masterfrom
Conversation
Seems to work for VHD's with one SQL Server instance, needs to be tested with multiple SQL Server instances.
Update Discover_SQLServer.ps1
|
Hi @Marashni |
|
Thanks for this @Marashni. @WinniX it's on-hold at the moment because recognizing SQL Server is only part of the workflow. The tool also needs to generate output from the source SQL database - and we're looking at options - e.g. should it extract the MDF file(s), or be more intelligent and extract just the schema. |
|
This was advertised at Microsoft Ignite as working (being able to pull a live SQL Server database and convert it into a container image) during this session: https://myignite.microsoft.com/sessions/53257?source=sessions Is that not true, does this functionality not exist yet? |
|
The last I was aware the code didn't really do anything. I submitted a pull request to fix the code as it was written to do what the code seemed to intend, which was to pull instance names out of a registry hive on your VM's .VHDX, and that's all it really does, last I knew. That sounds like false advertising, but it's not the first I've seen regarding this tool. @sixeyed probably knows more about the team's internal plans to implement the described functionality. |
Resolves the issues with the SQLServer Artifact function.
It's currently functional for cases with one SQLServer instance, but needs to be tested for cases where there are multiple SQLServer instances.
The reason for this pull request is documented in this issue:
"https://github.com/docker/communitytools-image2docker-win/issues/57"